home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shore-siege.swf / scripts / DefineSprite_457 / frame_1 / PlaceObject2_452_340 / CLIPACTIONRECORD on(rollOut,dragOut).as < prev    next >
Text File  |  2011-08-19  |  226b  |  8 lines

  1. on(rollOut,dragOut){
  2.    if(_visible == true)
  3.    {
  4.       _parent.Border.outText = "AMMO: Drag onto your Pirate Snipers to refill their ammunition. COST: $600";
  5.       _root.outTextBuffer = _root.outTextBuffer + 1;
  6.    }
  7. }
  8.